.footer {
    width: 100%;
    background: #24272e;
	position: relative;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_nav {
	width: 100%;
	height: 16px;
	padding: 30px 0 35px;
	text-align: center;
	border-bottom: 1px solid #383838;
	overflow: auto;
}
.footer .f_nav>a {
	display: inline-block;
	width: 148px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.footer .f_con {
	margin-top: 32px;
	padding-bottom: 35px;
}
.footer .f_logo {
	float: left;
	padding-right: 45px;
	border-right: 1px solid #383838;
	line-height: 0;
}
.footer .f_logo>img {
	width: 100%;
}
.footer .f_mes {
	float: left;
	width: 600px;
	margin-top: 15px;
	margin-left: 45px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #bcbdbe;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .f_mes a {
	font-size: 14px;
	color: #bcbdbe;
	line-height: 1;
}
.footer .f_ew {
	float: right;
	width: 211px;
	height: 125px;
	background: url(../images/f_ewbg.png) no-repeat center;
	line-height: 0;
}
.footer .f_ew>img {
	float: right;
	width: 102px;
	height: 102px;
	margin: 11px;
}
.f_bottom {
	width: 100%;
	background-color: #24272e;
	border-top: 1px solid #383838;
}
.f_bottom span {
	font-size: 16px;
	color: #fefefe;
	line-height: 58px;
	margin-right: 26px;
}
.f_bottom a {
	font-size: 14px;
	color: #bcbdbe;
	line-height: 58px;
	display: inline-block;
	margin-right: 25px;
}
.f_bottom a:hover {
	text-decoration: underline;
}

#gotop {
	display: none !important;
}

/*手机样式导航菜单*/
.menuBtn, .ani {display: none;}
.ani, .ani a {
    color: #333;
    text-decoration: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.menuBtn {position: absolute;top: 50px;right: 25px;width: 30px;height: 26px;cursor: pointer;z-index: 100;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);}
.menuBtn em {margin-bottom: 10px;display: block;height: 2px;background-color: #f97020;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0;position: absolute;left: 5px;top: 50%;width: 24px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

#aside {position: fixed;top: 0;left: -240px;bottom: 0;width: 240px;
    background-color: #000;z-index: 110;overflow-y: auto;}
#aside.open {left: 0;}
#aside .menu {margin-top: 50px;}
#aside .menu .v1 {padding-left: 30px;display: block;height: 41px;line-height:40px;font-size: 16px;color: #fff;border-bottom: 1px solid #191919;}
#aside .menu .v1:hover,#aside .menu .v1.on {color: #eb940b;background-color: #1c1c1c;}
#aside .menu .sub {padding: 10px 0;display: none;}
#aside .menu .sub a {padding-left: 46px;display: block;width: 100%;height: 36px;line-height: 36px;color: #fff;font-size: 14px;}
#aside .menu .sub a:hover,#aside .menu .sub a.on {color: #d61f01;background-color: #1c1c1c;}
/*手机样式导航菜单*/

@media only screen and (min-width:320px) and (max-width:414px) {
	.slideBox .pic {
		height: 126px;
	}
	.sparBd .p_title {
		font-size: 13px;
		line-height: 30px;
		height: 30px;
	}
}
@media only screen and (min-width:415px) and (max-width:640px) {
	.slideBox .pic {
		height: 170px;
	}
}
@media only screen and (max-width:800px) {
	.footer .f_con {
	    margin-top: 0px;
	    padding-bottom: 20px;
	}
	.footer .f_nav {
		display: none;
	}
	.menuBtn, .ani {display: block;}
	.footer .f_logo {
		max-width: 60%;
		margin-left: 12%;
		padding: 0;
		border: 0;
	}
	.footer .f_mes {
		width: 96%;
		margin: 0 2%;
		float: none;
		overflow: hidden;
	}
	.footer .f_ew {
		float: none;
		margin: 0 auto;
	}
	
	.f_bottom span, .f_bottom a {
		font-size: 14px;
		line-height: 38px;
	}
	
	#gotop {
		display: block !important;
	}
	.izl-rmenu {
		display: none;
	}
	
	/* 子页 */
	.mainBody {
		width: 100%;
		margin-bottom: 20px;
	}
	.sider {
		display: none;
	}
	.main {
		width: 96%;
		margin: 0 2%;
	}
	.wz {
		padding: 12px 0 10px;
	}
	.sparBd ul>li {
		width: 48%;
		margin: 15px 1% 0;
	}
	.news-item p {
		height: 48px;
		overflow: hidden;
	}

	#showmessage {
		height: 500px !important;
	}
	
	.nd-con h2 {
		width: 100%;
		font-size: 18px;
		padding-top: 0;
		padding-bottom: 5px;
		margin: 0;
	}
	.box-t strong {
		font-size: 18px;
	}
	.nd-body {
		padding-bottom: 0;
	}
	.nd-con {
		margin-top: 20px;
	}
	.nd-title {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.nd-txt {
		padding: 10px;
	}
	.nd-txt p, .nd-txt span {
		display: block;
		font-size: 14px !important;
		line-height: 1.5;
	}
	.newsDetailCur {
		padding: 20px 0;
	}
	.newsDetailCur li {
		width: 98%;
		font-size: 14px;
	}
	
	.listConts .info {
		margin-top: 15px;
	}
	.listConts .info p:nth-of-type(1) {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.listConts .info p:nth-of-type(2) {
		font-size: 13px;
		line-height: 1;
	}
	.listConts .showimg p, .listConts .showimg span {
		font-size: 13px !important;
	}
	.text li a {
		font-size: 13px;
	}
}